x86: reduce scope of some symbols used with reset_stack_and_jump()
authorJan Beulich <jbeulich@suse.com>
Wed, 21 Dec 2011 13:26:09 +0000 (14:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 21 Dec 2011 13:26:09 +0000 (14:26 +0100)
commit68471b6a19c21353c8c849d3205af690e3cf7e38
tree117790fab6be2197cdab175c14ac5517175735fc
parent2a117bba4b2be20c585a0b0987e1f70594b4dc7a
x86: reduce scope of some symbols used with reset_stack_and_jump()

By making the macro properly advertise the use of the input symbol to
the compiler, it is no longer necessary for them to be global if
they're defined and used in just one source file.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/domain.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/setup.c
xen/include/asm-x86/asm_defns.h
xen/include/asm-x86/current.h
xen/include/asm-x86/setup.h